-
Re: How would you extract a number from a cell that contains text and numbers?
Hi @Jerell Parker , There are several ways to do this. If the number is always the same number of characters and in the same position you can do: =VALUE(LEFT([text-num]@row, 6)) where [text-num] is t…6 · -
Re: How to Count Multiple Drop Down Values
Hi @Miles Allison , There are 2 unique functions in Smartsheet to deal with multiple select fields; HAS and COUNTM. COUNTM: Counts the number of elements in a multi-contact or multi-select dropdown c…1 · -
Re: Health Status Formula dependent on due date
Hi Ali, Does this work for you? =IF[On Hold] = 1, "Gray", IF(OR([Due Date]@row >= TODAY(15), Status@row="Completed"), "Green", IF([Due Date]@row < TODAY(3), "…1 ·